using System; namespace ArchestrAServices.ASBContract; public struct ConnectionId { public Guid Id; }