public async void GetAllDeviceDataSourcesAsync() { var _ = await PortalClient.GetAllDeviceDataSourcesAsync(WindowsDeviceId, null, CancellationToken.None).ConfigureAwait(false); }