The root namespace of this package is IO, which conflicts badly with System.IO
If we install this package into our company solution, we create 812 build errors such as:
'Path' is not a member of IO
'File' is not a member of IO
'Directoy' is not a member of IO
etc...

This means we simply cannot use this package as we are not willing to update 812 references to System.IO
Thought this was worth pointing out
I suggest changing your root namespace to ClickSend
The root namespace of this package is
IO, which conflicts badly withSystem.IOIf we install this package into our company solution, we create 812 build errors such as:
'Path' is not a member of IO'File' is not a member of IO'Directoy' is not a member of IOetc...
This means we simply cannot use this package as we are not willing to update 812 references to System.IO
Thought this was worth pointing out
I suggest changing your root namespace to
ClickSend