public static bool IsNullOrEmpty(this MulticastDelegate self) =>
 self.GetLength() <= 0;