private static ReadOnlyMemory <byte> CreateMemoryBytes(Utf8String text, int start, int length) => text.CreateMemoryBytes(start, length);