$InvocationPath = Split-Path -Path $MyInvocation.MyCommand.Path -Parent

Import-Module $InvocationPath\CommonMath.psm1 -Global
Import-Module $InvocationPath\CommonUtility.psm1 -Global
Import-Module $InvocationPath\CommonSystem.psm1 -Global
