6e68083a8dd339fb1e4df876c04b1ef1aee007b9
Updated the `MappingProfile` class to configure the mapping between `ObtainEndpointCommand` and `Endpoint` to explicitly set the `Active` property of `Endpoint` to `true` using the `ForMember` method. This ensures that the `Active` property is initialized to `true` during the mapping process, aligning with the intended default behavior for new `Endpoint` objects.
Description
Languages
C#
100%