public Queue Create(Guid userId, QueueType queueType) { var id = _userCommandService.CreateQueue(userId, queueType); return(_userQueryService.GetQueue(id)); }