using Pokespearean.Models.Generic; using System.Threading.Tasks; namespace Pokespearean.Services { public interface IShakespeareService { Task ToShakespearean(string text); } }