public override int GetHashCode()
 {
     return(string.Format("{0}_{1}_{2}_{3}_{4}",
                          SourceConfig.GetHashCode(), JobConfig.GetHashCode(), FunctionParameter.GetHashCode(), LogConfig.GetHashCode(), Enable.GetHashCode()).GetHashCode());
 }