public IQueryable <Guid> ListConferIdsByMemberId(Guid userId) { if (userId != null) { return(_conferRepository.GetConferIdList(userId)); } return(null); }