public IEnumerable <TService> GetAllInstances <TService>() { return(_resolver.GetAllInstances <TService>()); }