public static MergePatchAttribute ToMergePatchAttribute(this AttributeState state)
 {
     return(state.ToMergePatchAttribute <MergePatchAttribute, CreateAttributeValue, MergePatchAttributeValue>());
 }