namespace TINK.Model.Device { public interface IGeolodationDependent { bool IsGeolcationEnabled { get; } } }