namespace VberZero.DomainService.AppGuids; public interface IAppGuidManager { string GetNextRecordId(int type); Task GetNextRecordIdAsync(int type); int GetRecordIdType(string no); int GetGuidFromFile(AppGuidType type); Task GetGuidFromFileAsync(AppGuidType type); }