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