public async Task <IHttpActionResult> GetAccountSummary() { return(Ok(await _accountApplicationService.GetAccountSummary())); }