public async Task LoginByEmail() { await ParseUser.LoginByEmail(email, password); ParseUser current = await ParseUser.GetCurrent(); Assert.NotNull(current.ObjectId); }