private static async void OnCreated(object sender, CreatedEventArgs <FileModel> args) { await _distributor.MoveAsync(args.CreatedItem); }