public interface ServiceContext {
  
  ItemManager<Provider> getProviderManager();
  
}
