I am getting this error message and I can't figure out why.
The 'await' operator can only be used within an async method. Consider marking this method with the 'async' modifier and changing its return type to 'Task'.
The code is:
await SuspensionManager.RestoreAsync();
The project is a Windows Phone 8.1