public async Task <ICollection <string> > GetConnectionIds(string userId) { return(await _userEventRepository.GetConnectionIds(userId)); }