public error Name() => s_NameByRef?.Invoke(ref this) ?? s_NameByVal?.Invoke(this) ?? ObjFile?.Name() ?? throw new PanicException(RuntimeErrorPanic.NilPointerDereference);