Get call count for method
int getCallCount(String methodName) { return methodCalls.where((call) => call == methodName).length; }