public static PropertyDeclarationSyntax ConvertPropertyExpressionToBodyAccessor(PropertyDeclarationSyntax property) => propertyExpressionToBodyEngine.ConvertExpressionToBody(property);
public static PropertyDeclarationSyntax ConvertPropertyExpressionToBodyAccessor(PropertyDeclarationSyntax property) => propertyExpressionToBodyEngine.ConvertExpressionToBody(property). WithAdditionalAnnotations(new SyntaxAnnotation(MutationHelper));