interface ICheckOptions
abstract val profile: String?
class CheckOptions : RusticConfigurableBase, ICheckOptions
class CheckOptions : PriorityResolveBase<ICheckOptions>, ICheckOptions