public static long SolicitShopifyId() { Console.WriteLine(Environment.NewLine + "Enter Shopify Order Id (Default Id: 1949921378348)"); return(NumberHelpers.ToLong(Console.ReadLine().IsNullOrEmptyAlt("1949921378348 "))); }