extension DebuggableInterceptorProvider: DebugInitializeInterceptorDelegate {
    func interceptor<Operation>(_ interceptor: ApolloInterceptor, willSendOperation operation: Operation) where Operation: GraphQLOperation {
        delegate?.interceptorProvider(self, willSendOperation: operation)
    }