public DailyManager() { _log = UnityContainerFactory.GetUnityContainer().Resolve <ILog>(); _service = new DailyService(); }