/// <summary> /// Load provider data from the store. /// </summary> public void Load() { // Load the Communication data. _tokenData = TokenReader.LoadTokenData(); }