namespace Yavsc.Interfaces { public interface ITaggable { string [] GetTags(); K Id { get; } } }