static void Main(string[] args) { EndPoints endPoints = new EndPoints(); endPoints.CreateServer("127.0.0.1", 8080); }