namespace EveOPreview.Configuration { /// /// Application configuration /// public interface IAppConfig { string ConfigFileName { get; set; } } }