namespace WorldOfPeacecraft { public interface IPlayer : IEntity { string GetName(); } }