public static string GetVariableName(this VariableDeclarationSyntax variables)
 => variables.GetVariable().Identifier.Text;