namespace BITKit { public interface IAddressable { string AddressablePath { get; } } }