using System; namespace ACMEv2 { interface IHasLocation { Uri Location { get; set; } } }