namespace GodotHostTest.GodotDI; public interface IValueSetter { public void Set(T value); }