/// <summary>
 /// Gets a group by id
 /// </summary>
 /// <param name="id">The Id of the group to get</param>
 /// <returns>The group of the id</returns>
 public Group GetGroup(GroupId id)
 {
     return(id.GetGroup(Bot));
 }