/**
  * Add the launchkey menu items
  *
  * @since 1.0.0
  */
 public function add_launchkey_network_admin_menus()
 {
     // This page will be under "Settings"
     $this->wp_facade->add_submenu_page('settings.php', 'LaunchKey', 'LaunchKey', 'manage_options', 'launchkey-settings', array($this, 'create_launchkey_settings_page'));
 }