private void Login()
 {
     Assert.That(_parseClient.TestOnly_LegacyLogIn("*****@*****.**", "unittest"), Is.True,
                 "Could not log in using the [email protected] account");
 }
        // It would be nice to have some tests for the new FirebaseLogin code, too, but so far
        // we have not been able to get that code to run except after starting Bloom fully.

        private void Login()
        {
            Assert.IsTrue(_client.TestOnly_LegacyLogIn("*****@*****.**", "unittest"),
                          "Could not log in using the [email protected] account");
        }