namespace ServicePoint; public partial struct SPByteSlice { public unsafe Span AsSpan() => new Span(start, (int)length); }