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