public async Task CreateWorkItemType()
        {
            var pt      = new ProcessTemplate("https://whateveryousay.visualstudio.com", "gvdiglh3bcvi3silg5hgkqhqia5b6635ff6ek64vcubullzfldvq");
            var process = await pt.GetProcessByName("AgileWithExceptions");

            await pt.EnsureExceptionWorkItemType(process.TypeId, "AgileWithExceptions", "Exception6");
        }