public void SetSealed(bool value)
 {
     _functionDeclaration.SetSealed(value);
 }