public Task <bool> ApplyAsync() => _propertyManager.ApplyAsync();
public async Task <bool> ApplyAsync() => await _propertyManager.ApplyAsync();