static void Main(string[] args) { Paquete p = new Paquete("bsas 123", "kfc3312"); p.MockCicloDeVida(); Console.ReadKey(); }