/// <summary> /// Gets the internal group name of the given group. /// </summary> /// <param name="modelGroup">The group.</param> /// <returns>The name.</returns> public string GetInternalGroupName(ModelGroup modelGroup) { return(GroupNames.GetInternalGroupName(modelGroup)); }