Added a new `ReceiverAppType` property to the `SigningCommand` record, initialized to `ReceiverAppType.ReceiverUI`. Introduced a `ReceiverAppType` enum with values `ReceiverUI` and `LegacyWeb`. Updated `SignCommandHandler` to reflect these changes without modifying its functionality.