using VoidCat.Model; namespace VoidCat.Services.Abstractions; public interface IFileInfoManager { ValueTask Get(Guid id); }