public async Task <FundResponse> FundIn(FundRequest request) { return(await _memberApiProxy.FundInAsync(request)); }