public InstructionMethod(InstructionKindEnum aKind, int aIndex, MethodMeta aValue)
     : base(aKind, aIndex)
 {
     Value = aValue;
 }