public ActionResult <Contracts.v0.Cart> Delete(string cartId, int animalId) { return(_cartLogic.RemoveAnimal(cartId, animalId)); }