public HeaderBufferSpan Substring(int startIndex) { return Substring(startIndex, Length - startIndex); }