public async Task Initialize() { this.serviceContextTest = new ServiceContextTest(); this.entryA = await this.serviceContextTest.AddBookmarkEntryAsync("A", null); this.entryZ = await this.serviceContextTest.AddBookmarkEntryAsync("Z", null); }
public void Initialize() { this.serviceContextTest = new ServiceContextTest(); }