public async Task <string> logoutAsync(string usrname)
 {
     return(await marketUsers.logout(usrname));
 }