public static bool IsInstance(IOperation operation)
 {
     return operation != null && LightupHelpers.CanWrapOperation(operation, WrappedType);
 }