LandingTrajectoryVerifier.cs should be initialized with landing platform position and single instance should be used for all rocket position checks during single "landing session".
- Position check outside of landing area should result in exception (not covered by requirements - achieved with Value Object validation)
- Landing platform size can vary but is constant during execution and can be configured only during initialization
- Landing platform can only be rectangular in shape