public List <TRS_Domain.CHANNEL.CHAT.Chat> GetAllChats(int groupId)
 {
     return(_chatContext.GetAllChats(groupId));
 }