private static void StartChase(ILivingCreature animal) { var pray = animal as Animal; Hunter hunter = new Hunter(); hunter.Chase(pray); }