/// <summary> /// Return a new EVSE identification in the given format. /// </summary> /// <param name="NewFormat">An EVSE identification format.</param> public EVSE_Id ChangeFormat(OperatorIdFormats NewFormat) => new EVSE_Id(OperatorId.ChangeFormat(NewFormat), Suffix);