open var retry: Int?
number of times a network call will automatically retried
open fun retry(value: Int?): Unit