public static void Raise(this VerifyResult result) { if (result is not null && !result.IsValid) { result.Raise(COMMON_VERIFY_FAILURE_STRING); } }