/// <summary> /// Sends an email message for customer /// </summary> public override void SendNotification(string message) { notif.Email(message); }