public TfsWorkItemsStore(ISourceControlConnectionSettingsSource settings)
		{
			_workItemStore = new TfsWorkItemStoreClient(settings);
		}
 public TfsWorkItemsStore(ISourceControlConnectionSettingsSource settings)
 {
     _workItemStore = new TfsWorkItemStoreClient(settings);
 }