public static DeleteAttribute ToDeleteAttribute(this AttributeState state)
 {
     return(state.ToDeleteAttribute <DeleteAttribute>());
 }