It's better to have strong typed key bindings.
For example:
public HttpResponseMessage Get(long key1, guid key2)
{
}
Comments: User can actually parse the multiple keys themselves in the EntitySetController.
For example:
public HttpResponseMessage Get(long key1, guid key2)
{
}
Comments: User can actually parse the multiple keys themselves in the EntitySetController.