public INetworkRequest GetNetworkRequestForJson(string urlExtention, BaseNetworkAccessEnum httpMethodType)
 {
     return(new RestRqst(urlExtention, RestRqst.GetHttpMethod(httpMethodType)));
 }