public static byte[] SignMessage(this PrivateKey key, ReadOnlyByteSpan message) { return(key.CreateSignature(message)); }