Describe the bug
Right now, when unloading the integration, the TiltifyIntegration.stop() method is called, making it so requests should stop being made, but the services of the integration are not properly destroyed.
Expected behavior
All the main services objects should be deleted to avoid memory leaks.