public async Task <JsonResult> GetTaskTypeById([Required] Guid id)
 => await JsonAsync(_taskTypeService.GetTaskTypeByIdAsync(id));