using log4net; namespace Adaptation.Shared.Methods { public interface IDrive : Properties.IDrive { void MapEafDrives(ILog log, Properties.IAppSettings appSettings); } }