public override void EndWrite(IAsyncResult asyncResult)
        {
            ChainedAsyncResult <NullType> result = (ChainedAsyncResult <NullType>)asyncResult;

            result.End();
        }