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