public FunctionContract(TypeContract input, TypeContract output) { Input = input; Output = output; }
public bool Equals(TypeContract other) { return(string.Equals(Value, other.Value)); }