${res:Templates.File.SingletonClass.Description}
'' Description of ${ClassName}.
'''
Public NotInheritable Class ${ClassName}
Private Shared _instance As ${ClassName} = New ${ClassName}()
Public Shared ReadOnly Property Instance As ${ClassName}
Get
Return _instance
End Get
End Property
End Class
]]>