protected override ICommand CreateSut() { return(new Log4NetInitializationCommand(Log4NetConfigSection.CreateSectionToTarget(GetLocalLogingFile()))); }
protected override void EstablishContext() { log4NetCofigElement = Log4NetConfigSection.CreateSectionToTarget(GetLocalLogingFile()); }