public GetAccountByIdResponse GetAccountById(GetAccountByIdRequest request) { return(Execute(() => InternalService.GetAccountById(request))); }