public Task <UserProfileClientResult> GetUserProfileClientAsync(string requestId, long userid)
 {
     return(WsClient?.GetUserProfileClientAsync(requestId, userid));
 }