public anythingBut(
        unexpectedCallCount: number
    ): FunctionSpyCallCountMatcher {
        return this.match(
            count => count === unexpectedCallCount,