using PosterMaker.Models; namespace PosterMaker.Interfaces.Services; public interface ISeriesPosterMakerService { byte[] CreatePoster(string file, ImageProperties imageProperties); }