/// <summary> /// Copy constructor. /// </summary> /// <param name="otherServiceGroup">the service group object to copy /// </param> public ServiceGroup(ServiceGroup otherServiceGroup) { val = otherServiceGroup.val; }