/// <summary>
 /// When trying to go to the next step and the API key is invalid:
 /// Scroll to the top, so the user can always see the error message.
 /// </summary>
 private void OnInvalidApiKeyChecked(EventArgs e, object sender)
 {
     MainScrollView.ScrollToTop();
 }