Problem/Motivation
LanguageNegotiationBrowser us using the static \Drupal::service()
syntax to call the page_cache_kill_switch service.
This disallows writing unit tests for this class and came up during work on #3130104: Add unit test coverage for LanguageNegotiationBrowser
Proposed resolution
Properly inject the needed service(s).