public async Task <int> AddToLibrary([FromBody] SearchResult series)
 {
     return(await _service.AddToLibrary(series));
 }