public static void Create <T>(Expression <Func <T, bool> > matcher, string message) { LastMatcher = new Matcher <T>(matcher, message); }