public Task <ResourceModel> CreateResource(string typeName, MethodEntry constructor) { return(WcfClient.CreateAsync(typeName, constructor)); }