public async Task <IActionResult> GetAccountAsync(Guid id) { return(Ok(await _accountQueries.GetAccountById(id))); }