public void PluginSettingsStorage_Save_Throws_If_PluginSettings_Is_Null()
 {
     _Storage.Save(null);
 }