Properties with no required parameters cannot be declared 'Default'
A property was specified without required parameters but with the Default modifier.
Error ID: BC31048
To correct this error
Declare required parameters for default properties.
Remove the Default modifier from the property definition.