namespace Febucci.UI.Core
{
    public interface ITagProvider
    {
        string TagID { get; set; }
    }
}