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