public DtoApiStringResponse GetActiveUnicastCount(string taskType)
 {
     return(new DtoApiStringResponse
     {
         Value = _activeImagingTaskService.ActiveUnicastCount(Convert.ToInt32(_userId), taskType)
     });
 }