public static AccessorDeclarationSyntax Setter(ExpressionSyntax body)
 {
     return(Setter(Statements.Block(body.AsStatement())));
 }