feat(binding): use asm hooking for entity focus
feat(binding): do not activate the hook if not needed
feat(binding): add hook config builder for configuring what hooks to enable Resolves #1. Use IServiceCollection.ConfigureHooks() for accessing the builder.
fix(binding): return BindingNotFoundError with correct function name
fix(binding): add correct preserve registers to function signatures
chore: update dependencies
feat: remove debug logs
feat: add initial migrated files from NosSmooth repository