namespace InnovEnergy.Lib.Protocols.DBus.Daemon;
public enum ReleaseNameReply : uint
{
Released = 1,
NonExistent = 2,
NotOwner = 3,
}