public IActionResult AddNpc(Npc npc)
 {
     return(Ok(_npcStorage.AddNPC(npc)));
 }