Release v1.0.2
Refactor service registration and module configuration Streamlined the service registration process by removing memory caching and Razor Pages setup. Introduced an ApplicationPart-based module system for dynamic module loading with `AddApplicationPartModules`. Simplified middleware by removing error handling and HSTS for non-development environments while maintaining static file serving and Razor Pages mapping.