public async Task RemoveConnectionId(string userId, string connectionId) { await _userEventRepository.RemoveConnectionId(userId, connectionId); }