namespace Bookstore.Domain { public interface IImageValidationService { public Task IsSafeAsync(Stream? image); } }