public async Task <IActionResult> Register(CreateUserCommand command) => await this.Handle(command.WithCallback("https://localhost:3000/account/register/confirmation"));