public IEnumerable <T> GetServices <T>()
 {
     return(ScopeServiceProvider.GetServices <T>());
 }
 public T GetService <T>()
 {
     return(ScopeServiceProvider.GetService <T>());
 }