public NavigationService(IDependencyResolutionService dependencyResolutionService)
 {
     _dependencyResolutionService = dependencyResolutionService;
 }
 public CacheItemService(IDependencyResolutionService dependencyResolutionService)
 {
     this._dependencyResolutionService = dependencyResolutionService;
 }