public static bool IsPowerInspectorWindow(IInspectorDrawer test)
 {
     return(string.Equals(test.GetType().Name, "PowerInspectorWindow"));
 }