public bool TestConnection(IssueTrackerConfiguration configuration) { // This should throw an exception for a bad configuration _provider.TestConnection(configuration); // Otherwise succeded return(true); }