public async Task GetIndustrySystemsAsync() { IndustrySystemCollection result = await crest.GetIndustrySystemsAsync(); Console.Write(result); }
public async Task GetIndustrySystemsAsync() { IndustrySystemCollection result = await crest.GetIndustrySystemsAsync(); }