public AuthorizationServiceTest() { this.service = new AuthorizationService(); this.updateOptions = new AuthorizationUpdateOptions() { Metadata = new Dictionary <string, string>() { { "key", "value" }, }, }; this.listOptions = new AuthorizationListOptions() { Limit = 1, }; }
public AuthorizationServiceTest(MockHttpClientFixture mockHttpClientFixture) : base(mockHttpClientFixture) { this.service = new AuthorizationService(); this.updateOptions = new AuthorizationUpdateOptions { Metadata = new Dictionary <string, string> { { "key", "value" }, }, }; this.listOptions = new AuthorizationListOptions { Limit = 1, }; }