public SearchByFirstName(IFindStorage storage) => this.storage = storage;
 public SearchByAge(IFindStorage storage) => this.storage = storage;