protected override Dictionary <string, object> BeforeExecute(CodeActivityContext context)
 {
     return(new Dictionary <string, object>
     {
         { nameof(CustomInput), CustomInput.Get(context) }
     });
 }