Imports DigitalData.Modules.Base Public Class BaseService Inherits BaseClass Friend Property State As State Public Sub New(pState As State) MyBase.New(pState.LogConfig) State = pState End Sub End Class