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