Creates a new user account.
This method should be implemented to define how a new user is added to the system.
Future<String> newUser();