using MediaLibrary.Models; namespace MediaLibrary.Services { public interface IModerationService { Task IsContentAllowed(string objectLocation); } }