public static void Main()
Console.WriteLine("Hello World");
using (StreamReader sr = new StreamReader("TestFile.txt"))
String line = sr.ReadToEnd();
string[] lines = line.Split(new char[]{'\n'});
string js = JsonConvert.SerializeObject(product);
Console.WriteLine("The file could not be read:");
Console.WriteLine(e.Message);