public static void Fail(string msg, params object[] args) { throw new AssertException(msg.TryFormat(args) + Assertion.CallPosition()); }