namespace MorgSimulator.Framework { public interface IFeedingStrategy { void Feed(Entity predator, Entity prey); } }