using Azaion.Common.Database; namespace Azaion.Common.Services; public interface IAnnotationPathResolver { string GetImagePath(Annotation annotation); string GetLabelPath(Annotation annotation); string GetThumbPath(Annotation annotation); }