public static string GetMemberName(this MemberDeclarationSyntax member)
 {
     return(member.GetMemberIdentifier().Text);
 }