using System.Threading.Tasks; namespace Ombi.Core { public interface IImageService { Task GetTvBackground(string tvdbId); } }