public static bool IsAnyComposite(this BaseHandler handler)
 => handler.IsComposite() || handler.IsCompositeParallel();