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