mixin RegistrationRepository { Future register(String email, String password); }