public lessThan(maximumCallCount: number): FunctionSpyCallCountMatcher {
        return this.match(
            count => count >= maximumCallCount,
            maximumCallCount,
            "maximumCallCount",