public IEnumerable <INeighbor> HandleResponse(IMpdResponse response) { var parser = new ResponseParser(response); return(parser.GetListedNeighbors()); }