public ContainerAppServiceTest()
 {
     _currentTenant        = GetRequiredService <ICurrentTenant>();
     _dataFilter           = GetRequiredService <IDataFilter <IMultiTenant> >();
     _containerAppService  = GetRequiredService <IContainerAppService>();
     _fileContainerFactory = GetRequiredService <IFileContainerFactory>();
 }
 public ContainerController(IContainerAppService containerAppService)
 {
     _containerAppService = containerAppService;
 }