public async Task InitializeAsync()
 {
     Servers = (await _plexService.GetServersAsync()).ToList();
 }