public void AddChat(int groupId, string name, string description) { _chatContext.AddChat(groupId, name, description); }