I'm learning WebAPI (and REST in general) by converting an existing WCF service to WebAPI. In the process, I'm becoming confused as to the best way to handle the non-CRUD operations. Here is my Service Contract:I'm learning WebAPI (and REST in general) by co