using System.Runtime.InteropServices; namespace Meum.Core.Messages; [StructLayout(LayoutKind.Sequential)] public record struct AuthorizationRequest(byte[] hash) { }