public static void IsMetFor(ExpectationScope expectationScope)
 {
     AssertInvocationsWasMade.MatchingExpectationsFor(expectationScope);
 }
 public static void IsMetFor(object target)
 {
     AssertInvocationsWasMade.MatchingExpectationsFor(target);
 }