using System; using System.ComponentModel.DataAnnotations; using System.ComponentModel.DataAnnotations.Schema; using Newtonsoft.Json; using Yavsc.Interfaces; namespace Yavsc.Models.Identity { public interface IWatchedUserName : INamedObject { } }