Prerequisites
Summary
When writing the docs for #848, I noticed that the differingProperties are always being propagated. For example, executing the following:
$instance = @{
Name = 'Spooler'
StartupType = 'Automatic'
} | ConvertTo-Json
dsc resource test --resource PSDesiredStateConfiguration/Service --input $instance
Returns the desiredState equals true. I would expect the differingProperties to be empty. Instead, both Name and StartupType are returned.

Steps to reproduce
See description
Expected behavior
Return `differingProperties: []`
Actual behavior
Error details
Environment data
Name Value
---- -----
PSVersion 5.1.19041.5848
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.5848
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Version
dsc 3.1.0-preview.6
Visuals
No response