namespace GodotHostTest.GodotDI; public interface IValueGetter { public T Get(); }