public static void UnregisterClass(Type type) => ComUtilities.UnregisterClass(type);
 public static void RegisterClass(Type type) => ComUtilities.RegisterDeskBandClass(type);