We work in the .Net framework. It doesn't like Async methods. The solution is to change from MessageResource.CreateAsync to MessageResource.Create and change all the async methods signatures.