8c47082c7f489a42932a0e32bc695e336ec25877
The `EndpointId` property in the `CreateRecActionCommand` class was updated from a non-nullable `long` to a nullable `long?` to allow it to hold `null` values. Additionally, a new nullable `string?` property `EndpointUri` was introduced to support specifying an optional endpoint URI.
Description
Languages
C#
100%