namespace Bookstore.Domain { public interface IImageResizeService { Task ResizeImageAsync(Stream image); } }