Boa noite. Tentando fazer este exercício, obtive a seguinte mensagem de erro:
Error CS7036 There is no argument given that corresponds to the required formal parameter 'nome' of 'Cliente.Cliente(string)'
Também foi criada uma nova exceção na calsse Cliente. Não lembro de tê-la criado.
public static implicit operator Cliente(string v)
{
throw new NotImplementedException();
}