func (sa *StubAPIClient) called() {
    pc, _, _, ok := runtime.Caller(1)
    if !ok {
        panic("failed to update counts")
    }