public async Task <IHttpActionResult> GetAll() { var vm = await _accountsService.FetchAsync(TenantId, UserId); return(Ok(vm)); }