public async Task TestMapping() { var input = new CreateProjectRequest { ContentBody = "Test" }; var result = await _toTest.CreateProjectAsync(input); }