public void GetPipelineBuffers(Type pipelineType, NetworkConnection connection,
                                ref NativeSlice <byte> readProcessingBuffer, ref NativeSlice <byte> writeProcessingBuffer,
                                ref NativeSlice <byte> sharedBuffer)
 {
     m_genericDriver.GetPipelineBuffers(pipelineType, connection, ref readProcessingBuffer,
                                        ref writeProcessingBuffer, ref sharedBuffer);
 }