public async Task AddFund(FundModel fund) { await _fundRepository.AddAsync(_mapper.Map <Fund>(fund)); }