using Esiur.Net.IIP; namespace Esiur.AspNetCore { public class EsiurOptions { public DistributedServer Server { get; set; } } }