public AdministrationTest(IAdministrationClient client)
 {
     this.client = client ?? throw new ArgumentNullException(nameof(client));
 }