/// <summary>
 /// GetAllUserRegistrations method implementation
 /// </summary>
 internal static MFAUserList GetAllUserRegistrations(DataOrderObject order, bool enabledonly = false)
 {
     EnsureService();
     return(RuntimeRepository.GetAllMFAUsers(Config, order, enabledonly));
 }