namespace Bullet6.Solution1.Models { public interface IEntity { string Name { get; set; } } }