## AC - When I use the Clockify Service, I can provide a workspace ID at runtime with a fluent API `WithWorkspace()` - This WorkspaceId overrides any configured default Workspace ID as defined in #305 Example: ```csharp var something = await clockify.WithWorkspace(workspaceId).Somethings.ToListAsync(); ```
AC
WithWorkspace()Example: