static void Main(string[] args) { ILogger log = new Logger(); log.Send(); ILogger logCustom = new LogAdapter(); logCustom.Send(); }