namespace GodotHostTest.AetherBind; public interface IValueGetter { public T Value { get; } }