protected bool Equals(ServiceInstanceBase other) => ServiceId == other.ServiceId && PlanId == other.PlanId && Equals(MaintenanceInfo, other.MaintenanceInfo);
protected bool Equals(ServiceInstanceBase other) => ServiceId == other.ServiceId && PlanId == other.PlanId;