/// <summary> /// Loads the saved nodes from the filesystem. /// </summary> public async Task <bool> LoadNodes() { return(await Responder.Deserialize()); }