public static SegmentStream GetSegmentStream(int payloadSize) { return(new SegmentStream(BufferManager.GetSegment(payloadSize))); }