@Override
 public boolean hasModifier(@NotNull DotNetModifier modifier) {
   return CSharpModifierListImplUtil.hasModifier(this, modifier);
 }