TreatWarningsAsErrors
Adds `#pragma warning disable CS1591` to all files in MediaBrowser.Common containing undocumented members.
* Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build