Assesment that accomplish the following requirements:
Platform specific implementation. (Use MVVM)
- Take a username on the first screen.
- Navigates to a second screen.
- Use Dependency Injection to call a platform-specific service.
- Displays: "Hello {username} from {Platform}" on the second screen.