warning:
* should not use basic type string as key in context.WithValue
Fix:
* Define a separate type for context Key(numRetries) and use the
same to pass value for it
* Added a constant ctxKeyNumRetries to be used by entire package
Relates-To: #148
Change-Id: Ifd464346ae7a8ecd82a1f1073a026af1e182fbef