namespace DeviceDataModels.Models { public interface IKindModel : IId { string Title { get; } int Frequency { get; } } }