package com.iluwatar; import java.util.List; public interface MagicService { List findAllWizards(); List findAllSpellbooks(); List findAllSpells(); }