static void Main(string[] args)
 {
     Console.WriteLine(SomeService.GetSomething());
     Console.ReadKey();
 }