public static CreateAttributeValueMvoDto ToCreateAttributeValueMvo(this AttributeValueMvoStateDtoWrapper state)
 {
     return(state.ToCreateAttributeValueMvo <CreateAttributeValueMvoDto>());
 }
 public static DeleteAttributeValueMvoDto ToDeleteAttributeValueMvo(this AttributeValueMvoStateDtoWrapper state)
 {
     return(state.ToDeleteAttributeValueMvo <DeleteAttributeValueMvoDto>());
 }
 public static MergePatchAttributeValueMvoDto ToMergePatchAttributeValueMvo(this AttributeValueMvoStateDtoWrapper state)
 {
     return(state.ToMergePatchAttributeValueMvo <MergePatchAttributeValueMvoDto>());
 }
 public static IAttributeValueMvoCommand ToCreateOrMergePatchAttributeValueMvo(this AttributeValueMvoStateDtoWrapper state)
 {
     return(state.ToCreateOrMergePatchAttributeValueMvo <CreateAttributeValueMvoDto, MergePatchAttributeValueMvoDto>());
 }