Add `MovableAdapter` for IoC-based delegation with tests
Introduce MovableAdapter
to provide IoC-based delegation for IMovable
operations. Implement position/velocity getters and position setter. Add optional finish
method for task-specific cleanup. Update IoC
with an admin operation to support adapter allocation. Include unit tests to validate adapter behavior and method delegation via IoC.