public static bool IsWindowAllowed(this Process process)
 {
     return(SEBWindowHandler.IsWindowAllowedByProcessName(process.GetExecutableName()));
 }