/// <summary> /// Returns an exception with a randomly generated message. /// </summary> public Exception GenerateException() => _context.GenerateException();
/// <summary> /// Returns an exception with a randomly generated message. /// </summary> public static Exception GenerateException() => Context.GenerateException();