public async Task ReportProfile(string profileId, ReportProfileReason reason) { await _profilesRepository.ReportProfile(profileId, (int)reason); }