Интерфейсы

interface IPrintable {
    void Print();
}

// var printable = new IPrintable(); //<- Error