public IActionResult GetEntireLibraryInfo()
 {
     return(new SerializableObjectResult(_mediaLibraryService.GetLibraryInfo()));
 }