private static async Task SendNotificationAsync(string tenant, LoginView meta) { string message = I18N.EODOperationBegunNow; await FeedHelper.CreateNotificationFeedAsync(tenant, meta.OfficeId, message, "Finance", meta).ConfigureAwait(false); }