public Task <IActionResult> Post(V1.Create command)
 => HandleCommand(command, cmd => cmd.OwnerId = GetUserId());