public IActionResult RenderPet(int petId, string animation = "stand0", int frame = 0, int petEquip = -1)
 => File(PetFactory.RenderPet(petId, animation, frame, petEquip).ImageToByte(Request), "image/png");