#13 Drush Site Context & Selected Language Fatal fix
Reproduced the issue in a fresh drupal setup with sites and sites_language enabled. This MR Fixes Issue #13
I also noticed a fatal when sites_language is freshly enabled but no language has been configured on the site yet.
The setting returns NULL and the call to set the language fails in the overrides. This fixes it, also implemented DI.