namespace IStation.Entity { /// /// /// public interface IFlags { /// /// /// string Flags { get; set; } } }