using System.Net; namespace SimpleHttpServer; public class HttpResponseBuilder { public void SendResponse(HttpListenerResponse response) { } }