using AnP.Interfaces.Application; namespace AnP.Application{ class AnP:AnPInterface{ public AnP(object? inputs = null){} } }