namespace Interfaces { public interface IDeathBehavior { void Die(); } }