using System; namespace InABox.Mobile { public interface IDeviceID { string DeviceID(); } }