using Esiur.Data; using Esiur.Resource; using System; using System.Collections.Generic; using System.Text; namespace Esiur.Protocol { public struct EpServerConnectionContext : IResourceContext { public Map Attributes => null; public Map Properties => null; public ulong Age => 0; public EpServer Server; public Warehouse Warehouse; } }