namespace LyraApi.Asset; public interface IAssetHandle { public abstract static object? FromRawHandle(UntypedHandle untypedHandle); }