2018-Apr C# Interface An interface is a contract / empty shell containing only signatures of the methods or property’s the inheriting class must implement. The interface can’t do anything. It’s just a pattern. References https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/interfaces/ Newer C# Enum Older Docker Commands