public override string ToString()
 {
     return($"Invoice payment method activated for invoice {InvoiceId} ({PaymentMethodId.ToPrettyString()})");
 }