public void ShowLoginProvidersDialogOverWithProviders() { try { Gigya.ShowLoginProvidersDialogOver(UnitTestAppDelegate.NavigationController, new [] { new NSString("facebook") }, new NSDictionary(), UserInfoHandler); } catch (Exception e) { Assert.Fail(e.Message); } Assert.Pass(); }