About resource identity

Read only takes urls as parameters, so if you have the Resource type and its Id as distinct data variables, use ResourceIdentity:

var patResultC = client.Read<Patient>(ResourceIdentity.Build("Patient","33"));