internal string NoteStoreUrlForBusinessStoreClient(ENBusinessNoteStoreClient client)
		{
			AuthenticationResult auth = ValidBusinessAuthenticationResult();
			return auth.NoteStoreUrl;
		}
		internal string AuthenticationTokenForBusinessStoreClient(ENBusinessNoteStoreClient client)
		{
			AuthenticationResult auth = ValidBusinessAuthenticationResult();
			return auth.AuthenticationToken;
		}
		string ENBusinessNoteStoreClient.IENBusinessNoteStoreClient.NoteStoreUrlForBusinessStoreClient(ENBusinessNoteStoreClient client)
		{
			return this.NoteStoreUrlForBusinessStoreClient(client);
		}
		string ENBusinessNoteStoreClient.IENBusinessNoteStoreClient.AuthenticationTokenForBusinessStoreClient(ENBusinessNoteStoreClient client)
		{
			return this.AuthenticationTokenForBusinessStoreClient(client);
		}