using System.Threading.Tasks; namespace MaddoShared; public interface IImageCreator { Task CreateImageAsync(ImageState imgState, byte[]? logoData); }