private static void ImprimirMelhorNota(Aluno aluno) { WriteLine("Melhor nota: {0}", aluno?.MelhorAvaliacao?.Nota); }