using System.Runtime.Serialization; namespace ArchestrAServices.Contract; [DataContract(Namespace = "http://ArchestrAServices.Contract")] public struct ConnectionAuthenticationData { [DataMember] public byte[] AuthenticationData; }