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