namespace Telebilbap_Epg.Services { public interface IMovieService { Task GetMovie(string title, int? year); } }