CreateAsync(newPage) in PageClientTests.cs should be getting an exception for you since it is missing Parent. I based add page in my application on your test code and got exception. Works fine after adding Parent. Your toolkit is exceptional. Thank you for creating it.