- Create
bool Create(string userName, string email, string password)
- Exists
bool Exists(string userName)
- GetUserNameAt
string GetUserNameAt(size_t index)
- Length
size_t Length()
- Remove
bool Remove(string userName)
- Verify
bool Verify(string userName, string password)