namespace qdr.app.bundleboiler.business { public interface IOptions { string ConnectionString { get; set; } string NLogConfigurationFile {get;set;} } }