/// <summary> /// Return a text representation of this object. /// </summary> public override String ToString() => String.Concat(PartnerId, " / ", OperatorId, ": ", EVSEId, " -> ", BusyStatus.AsText());
/// <summary> /// Return a text representation of this object. /// </summary> public override String ToString() => String.Concat(EVSEId, " -> ", BusyStatus.AsText());