public int nabtoSignup(string email, string password)
 {
     return(Win32NativeMethods.nabtoSignup(email, password));
 }