namespace DDNSUpdater.Abstracts; public abstract class ADDNSService { public abstract void Update(); // Rest of the class implementation // ... }