static void Main(string[] args) { IWeb web = null; WebAdapter webAdapter = new WebAdapter(web); webAdapter.Send(); }